ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / BollingerBands<T> Class
Members

In This Topic
    BollingerBands<T> Class
    In This Topic
    Represents a Bollinger Bands overlay series for the FinancialChart.
    Object Model
    BollingerBands<T> Class
    Syntax
    'Declaration
     
    Public Class BollingerBands(Of T) 
       Inherits C1.Web.Mvc.ExtraSeries(Of T)
    public class BollingerBands<T> : C1.Web.Mvc.ExtraSeries<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.Finance.BollingerBands<T>

    See Also